h2 {
	font-size:24pt;
	color:blue;
	background-color:rgb(165,189,114);
}

h1 { 
    font-size:39pt;
	font-family:sans-serif;
	font-weight:bold;
	color:black;
}

p {
   color:rgb(55,125,34);
   font-size: 16pt;
}
 
h1 {
	background-color:#8FBD7A
}

h2 {
	color:black;
}

table,TR,TD{
	
	border:1px solid purple;

}

ul { 
    color:rgb(34,107,22);
	font-size:14pt;
}

a { 
 color :black;
 text-decoration : underline ; 
}

a:visited { 
 color :#516B49 ;
}

a:hover{ 
 background-color :#75FA8D;
 color : white;
 text-decoration:nome;
 font-syle: italic;
}


